tests/keyfile-utils: Drop tests covering preconditions
authorColin Walters <walters@verbum.org>
Mon, 5 Dec 2016 18:08:39 +0000 (13:08 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 6 Dec 2016 14:50:08 +0000 (14:50 +0000)
commit66da1199f0e6bff78b94d54b619c1bc2eed009c6
tree9b6fc18f2ae790b3a2e0cad53a4c9ead6c808c50
parent555f1fb03d8dd56b36abe46355021665ee558cef
tests/keyfile-utils: Drop tests covering preconditions

The spam in stderr was bothering me, and further at some eventual
point in the future we want to annotate the functions with
`__attribute__((nonnull))` which would then cause tests like these to
become undefined behavior.

The coverage of this isn't worth the log spam basically.

Closes: #611
Approved by: jlebon
tests/test-keyfile-utils.c